Interface CsmaCdProcess

All Superinterfaces:
HardwareQueue, IPCObject
All Known Implementing Classes:
CsmaCdProcessImpl

public interface CsmaCdProcess extends HardwareQueue
Information provided by the PKI file:

    \class CsmaCdProcess
    
    \brief IEEE 802.3 header structure.
    
Author:
Auto-generated
  • Method Details

    • getPacketCnt

      int getPacketCnt()
      Description copied from interface: HardwareQueue
      Information provided by the PKI file:
      
          \brief Returns the number of packets.
          
          \return int, the number of packets.
          
              
      Specified by:
      getPacketCnt in interface HardwareQueue
      Returns:
      int Returns a int
    • setKeepAliveOn

      void setKeepAliveOn(boolean bOn)
      Parameters:
      bOn - Takes in a parameter of bOn
    • isKeepAliveOn

      boolean isKeepAliveOn()
      Returns:
      boolean Returns a boolean
    • setKeepAliveInterval

      void setKeepAliveInterval(int interval)
      Parameters:
      interval - Takes in a parameter of interval
    • getKeepAliveInterval

      int getKeepAliveInterval()
      Returns:
      int Returns a int